home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / mcp / docs / bughints next >
Text File  |  1997-03-04  |  3KB  |  52 lines

  1.  
  2. If you get incorrect colors with NewGadTools, then please check if you have
  3. used MagicWB-Colors on non-MWB-Screens. Certainly you can select this colors
  4. if you edit the prefs on the WB-Screen, but these colors are not available
  5. on a non-MWB-Screen !!!!
  6.  
  7.  
  8.  
  9. These are incompatibility problems with other programs:
  10.  
  11.  
  12. ReOrg:    Please deactivate the 'NoBootWrite' option in the 'FormatProtect'
  13.           function, because ReOrg will write to the BootBlock of the speci-
  14.           fied device. This will fail if you have activated 'NoBootWrite'
  15.           and the optimisation will fail.
  16.           Some other Commodities which do the same could work (like MultiCX)
  17.           but because they only patch the exec functions they are not so
  18.           effective and slower (because they must compare the calling task
  19.           with the given task).
  20.  
  21. FinalWriter:   Please write the FinalWriter task to the enable patternstring
  22.                for SizeWindow. It's not a bug of MCP...
  23.  
  24. ArtStudio:   The teamwork between the normal cyclegadget and MCPs Cycle2Menu
  25.              doesn't work. This bug appears, because this program set the
  26.              active entry always to zero.
  27.  
  28. Ponder, Aniso:   These two programs from the Aminet change the text in the
  29.                  buttons which are patched from NewGadTools. Because it's not
  30.                  possible to change the text in a button without reopen them,
  31.                  both programs pokes the new text over the old text and call
  32.                  the RefreshWindow() function from the operating system.
  33.                  It's impossible to update the text on refresh, because MCP
  34.                  uses an own BOOPSI-class and this class can only change the
  35.                  text if the program uses the operating system.
  36.  
  37. WB-PalettePrefs:   The PalettePrefs program will be frozen if you have
  38.                    activated the 'Solid Windowmoving' function from MCP and
  39.                    you move a foreign window over it. Probably the error isn't
  40.                    in MCP, because the 'Solid Windowmoving' functions from
  41.                    all other programs doesn't work, too.
  42.  
  43. HDOff:   This program doesn't work, because the OpenLibrary() Patch from MCP
  44.          uses 8 (eight !!!) bytes stack and this isn't available with HDOff.
  45.          Although HDOff opens the dos.library which needs at least 4096 Bytes
  46.          stack it gives only 256 Bytes. Too bad...
  47.  
  48. ADPro:   MCP's Cycle2Menu doesn't work with the Palette window of ADPro. The
  49.          attributes of the cyclegadgets are not made correctly. MCP uses on
  50.          Kick3.x a new function and these function gets false results with
  51.          ADPro.
  52.